Feature: User Can Logout
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 20.748s |
Scenario: User can logout
Before
0m 0.701s
Given
I navigate to page "<LOGIN_URL>"
0m 0.738s
And
I wait for 5 seconds
0m 5.208s
When
I enter a correct email "<EMAIL>"
0m 0.206s
And
I wait for 2 seconds
0m 2.191s
When
I enter a correct password "<PASSWORD>"
0m 0.190s
And
I wait for 2 seconds
0m 2.194s
When
I click on the signin button
0m 0.360s
And
I wait for 5 seconds
0m 5.207s
Then
I can see dashboard admin
0m 0.182s
And
I wait for 2 seconds
0m 2.252s
When
I click on the profile dropdown
0m 0.620s
And
I click on logout
0m 0.512s
Then
I can not get access to the dashboard
0m 0.183s
After
0m 0.004s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<LOGIN_URL>"
And
I wait for 5 seconds
When
I enter a correct email "<EMAIL>"
And
I wait for 2 seconds
When
I enter a correct password "<PASSWORD>"
And
I wait for 2 seconds
When
I click on the signin button
And
I wait for 5 seconds
Then
I can see dashboard admin
And
I wait for 2 seconds
When
I click on the profile dropdown
And
I click on logout
Then
I can not get access to the dashboard
After
NO IMAGE AVAILABLE